projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38f6065
)
Speed up expander animation
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 31 Jan 2011 15:51:09 +0000
(10:51 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 31 Jan 2011 15:51:09 +0000
(10:51 -0500)
Go back to 200ms, which is what we had in GTK+ 2.x.
Themes can change this, of course.
gtk/gtkcssprovider.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssprovider.c
b/gtk/gtkcssprovider.c
index 4555229f04e87324fa959f542158521daf6f11c0..1c9b55041a96564d11e4569b0b7f3fe3b70d7525 100644
(file)
--- a/
gtk/gtkcssprovider.c
+++ b/
gtk/gtkcssprovider.c
@@
-3798,7
+3798,7
@@
gtk_css_provider_get_default (void)
"}\n"
"\n"
".expander:active {\n"
- " transition:
3
00ms linear;\n"
+ " transition:
2
00ms linear;\n"
"}\n"
"\n"
"*:insensitive {\n"